Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sermant framework supports route and load balance config based xDS protocol #1605

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

daizhenyu
Copy link
Collaborator

@daizhenyu daizhenyu commented Aug 26, 2024

What type of PR is this?

Feature.

What this PR does / why we need it?

Sermant framework supports route and load balance config based xDS protocol,contains:

  1. Sermant xDS Data entity
  2. Sermant framework service interface

Which issue(s) this PR fixes?

Fixes #1604

Does this PR introduce a user-facing change?

No

Checklist

  • Make sure there is a GitHub_issue related with this PR before you start working on it.
  • Make sure you have squashed your change to one single commit.
  • GitHub Actions works fine in this PR.

@daizhenyu daizhenyu force-pushed the develop-xds-route-930 branch from 06c7e71 to 67890c0 Compare August 26, 2024 12:16
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

Attention: Patch coverage is 60.19900% with 80 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ermant/core/service/xds/entity/XdsRouteAction.java 0.00% 25 Missing ⚠️
...a/io/sermant/core/service/xds/entity/XdsRoute.java 0.00% 10 Missing ⚠️
...sermant/core/service/xds/entity/XdsRouteMatch.java 0.00% 10 Missing ⚠️
...ermant/core/service/xds/entity/XdsVirtualHost.java 0.00% 10 Missing ⚠️
...ant/core/service/xds/entity/XdsServiceCluster.java 64.00% 4 Missing and 5 partials ⚠️
...core/service/xds/entity/XdsRouteConfiguration.java 0.00% 7 Missing ⚠️
...o/sermant/core/service/xds/entity/XdsLocality.java 80.00% 1 Missing and 4 partials ⚠️
...ice/xds/entity/XdsServiceClusterLoadAssigment.java 81.81% 2 Missing and 2 partials ⚠️
Flag Coverage Δ Complexity Δ
unittests 42.78% <60.19%> (-0.21%) 182.00 <0.00> (+1.00) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ Complexity Δ
...io/sermant/core/service/xds/entity/XdsCluster.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...re/service/xds/entity/XdsClusterLoadAssigment.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...mant/core/service/xds/entity/XdsHeaderMatcher.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...e/service/xds/entity/XdsHttpConnectionManager.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...o/sermant/core/service/xds/entity/XdsLbPolicy.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...ermant/core/service/xds/entity/XdsPathMatcher.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...e/service/xds/entity/match/ExactMatchStrategy.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
.../service/xds/entity/match/PrefixMatchStrategy.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...service/xds/entity/match/PresentMatchStrategy.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...e/service/xds/entity/match/RegexMatchStrategy.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
... and 10 more

... and 44 files with indirect coverage changes

@daizhenyu daizhenyu force-pushed the develop-xds-route-930 branch from 67890c0 to bcdacea Compare August 27, 2024 03:54
@daizhenyu daizhenyu force-pushed the develop-xds-route-930 branch from bcdacea to 378b8e7 Compare August 28, 2024 03:15
@Sherlockhan Sherlockhan merged commit 1f689e7 into sermant-io:develop Aug 29, 2024
281 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support obtaining Istio routing and load balancing configurations based on the xDS protocol
4 participants